home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / CD-ROM Tools / JukeBox 2.1 / addcd.jb next >
Text File  |  1996-09-26  |  256b  |  12 lines

  1. /* append one disc, edit catalog, open catalog */
  2. catalog append;
  3. save;
  4. options results;
  5. getattr project;
  6. cat = result;
  7. getattr portname;
  8. port = result;
  9. address command;
  10. 'ed -s '|| '"' || cat || '"'
  11. 'rx "address '''||port||'''; open force '''||cat||''';"'
  12.